/*
������
�˵�ǿ����ɫ��f0483e
���ذ�ť��ɫ��f0483e
*/
.navbar-white {
  background-color:#fff;
  border-color: #e7e7e7;
}
.navbar-white .navbar-brand {
  color: #777;
}
.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-white .navbar-text {
  color: #777;
}
.navbar-white .navbar-nav > li > a {
		font-size:14px;

  color: #333;
}
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
   color: #f0483e;
  background-color: transparent;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
   color: #f0483e;
  background-color: rgba(255,255,255,0.5);
}
.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-white .navbar-toggle {
  border-color: #ddd;
}
.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
  background-color: rgba(255,255,255,0.5);
}
.navbar-white .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
  border-color: #e7e7e7;
}
.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgba(255,255,255,0.5);
}

/* add begin */
.navbar-white .navbar-nav  li > a:hover,
.navbar-white .navbar-nav  li > a:focus {
   color: #f0483e;
  background-color: transparent;
}
.navbar-collapse{background:transparent;}
/* add end */

